SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 65807: You encounter the message "ERROR: The JSON engine cannot be found" when running SAS® 9.4M4 (TS1M4)

DetailsAboutRate It

If you are running SAS 9.4M4 before Rev. 940_17w08, you might receive the following error:

ERROR: The JSON engine cannot be found.

In this scenario, you need to run the following JCL.

Note: Replace <HLQ> with your site's HLQ, <ENC> with your site's encoding (W0,W3,W6,WA,WU), and modify the job card to match your installation standards:

//NICKNAME JOB ACCOUNT,
//         'INSTALLJOB Nickname',NOTIFY=,
//         MSGCLASS=H,MSGLEVEL=(1,1),TIME=(20,00),REGION=128M
//PROCLIB JCLLIB ORDER=(<HLQ>.PROCLIB)
//SASNICK EXEC PROCEN<ENC>,
// PARM=('SETINIT MSGCASE CAPSOUT ERRORABEND NOWORKTERM',
//       'MACRO ERRORCHECK=STRICT SASUSER=WORK DEBUG=NOMSASHELP')
//SYSIN DD *
%macro donick(dsn);
  dsnexst &dsn;
  %if &sysdexst %then %do;
    filename DBINICK &dsn disp=shr;
    %include DBINICK;
  %end;
%mend;
%donick('<HLQ>.<ENC>.SAMPLE(DBINICK)');
//
 


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemBase SASz/OS9.4_M49.4_M69.4 TS1M49.4 TS1M6
z/OS 64-bit9.4_M49.4_M69.4 TS1M49.4 TS1M6
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.